Skip to content

Allow for insecure https connections to upstream MCP servers w/ --insecure flag #132

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jessesanford
Copy link

Many times when developing an MCP server we will want to test https or do integration testing with self-signed certificates. We should allow for this, just like curl and other common http libs/utils do, but with the caveat that it is not default. This PR allows for a --insecure flag to be passed which will enable the acceptance of such insecure connections.

@jessesanford jessesanford force-pushed the allow-insecure-tls-with-override branch 2 times, most recently from acbb2a4 to d39a31e Compare July 29, 2025 22:24
Signed-off-by: Jesse Sanford <[email protected]>
@jessesanford jessesanford force-pushed the allow-insecure-tls-with-override branch from c3bb896 to 1f4bebf Compare July 29, 2025 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant